projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76323a0
)
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 03:00:36 +0000
(
03:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 03:00:36 +0000
(
03:00
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 6ad7b9f846723914931ab7a86bdb08c6f1d88af3..8387f8700361f660c10deccee93a02fbaab2abf0 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1959,7
+1959,7
@@
If FILENAME is omitted, the printname of FEATURE is used as the file name.")
Vautoload_queue = Qt;
Fload (NILP (file_name) ? Fsymbol_name (feature) : file_name,
- Qnil, Qt, Qnil);
+ Qnil, Qt, Qnil
, Qt
);
tem = Fmemq (feature, Vfeatures);
if (NILP (tem))